home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
CDROM
/
SCDPlayer
/
Rexx
/
QuitLyrics.scdp
< prev
next >
Wrap
Text File
|
1996-09-07
|
204b
|
10 lines
/* SCDP Script for quitting SCDPLyrics */
OPTIONS RESULTS
IF SHOW('P','SCDPLYRICS') THEN DO
ADDRESS SCDPLYRICS "SETVAR QUIT QUIT"
DO WHILE SHOW('P','SCDPLYRICS')
ADDRESS COMMAND Delay 250
END
END